home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / edit / orph153a.zip / WHATS.NEW < prev   
Text File  |  1993-04-08  |  20KB  |  358 lines

  1.  
  2.                                  Orpheus v1.53
  3.  
  4.  
  5.    COMPATIBILITY NOTES: (versions prior to 1.50)
  6.  
  7.        Those who have used programming commands should note that message()
  8.        is now the much more powerful text() command.  There are also slight
  9.        changes to play(), jump(), and jumplist(), and hotspots will have to
  10.        be redrawn (again) to conform to the new standard.  See below and the
  11.        entries for these commands in MANUAL2.DOC.
  12.  
  13.        Versions prior to 1.30:
  14.        As of version 1.30, compiled books created with earlier versions of
  15.        Orpheus are no longer compatible with the Orpheus Reader.  Uncompiled
  16.        books are however compatible with OH.EXE, and can simply be recompiled.
  17.  
  18.        If you have created Graphic, Init, or Action links, you will need
  19.        to update them to use the Orpheus Command Language, as detailed in
  20.        Part II of the User's Guide, MANUAL2.DOC.  See especially Chapter 3,
  21.        "Converting Old Commands".
  22.  
  23.  
  24. Version 1.53 (April 8, 1993)
  25.  
  26.    FIXES:
  27.       - I've completely rewritten the FileView window, shrinking both the
  28.         code and the amount of RAM it takes, and eliminating the bugs that
  29.         used to appear with some files and not others.
  30.       - Certain optimizations performed as of version 1.51 resulted in
  31.         erroneous machine code in OH.EXE.  This caused a variety of glitches
  32.         on different computers, including one on mine that nobody else
  33.         encountered.  With this release I've tweaked out those optimizations,
  34.         leaving the executable slightly larger but more dependable.  (This
  35.         is a normal part of software development.)
  36.  
  37. /////////////////////////////////////////////////////////////////////////////
  38.  
  39. Version 1.52 (April 5, 1993)
  40.  
  41.    FIXES:
  42.    This release fixes two bugs that had crept unnoticed into version 1.50:
  43.       - After using Change Linktype, one of the Edit windows would have
  44.         material from another card superimposed on the original contents.
  45.       - Using Split At Cursor resulted in lost data when there were embedded
  46.         links in the text being moved to the new card.
  47.  
  48.    OTHER CHANGES:
  49.       - Back by popular demand:  the mouse interface in Boxdraw.  (Next time
  50.         I'll _ask_ before removing a feature I think nobody uses!)
  51.  
  52. /////////////////////////////////////////////////////////////////////////////
  53.  
  54. Version 1.51 (March 18, 1993)
  55.  
  56.    NEW FEATURES:
  57.      - If a script contains the quit() command and processing in Check Card
  58.        reaches it, OH.EXE simulates a quit instead of continuing through the
  59.        script.
  60.  
  61.    FIXES:
  62.      - In OH.EXE the mouse misbehaved if you clicked on Open or Search. Fixed.
  63.      - In some circumstances the Reader could break out of graphics mode with
  64.        a divide by zero error.  Fixed.
  65.      - Better error handling (though not yet ideal) when the Reader can't find
  66.        a graphic.
  67.      - A change to the delay code in the Reader made it impossible to break
  68.        out of a tour using Alt-T.  Fixed.
  69.  
  70.    OTHER CHANGES:
  71.      - Streamlined the Color Dialog in both programs, reducing code and making
  72.        it easier to use.
  73.      - This is the first version in which the release copies of both OH.EXE
  74.        and the Orpheus Reader were produced using the Microsoft C7 Optimizing
  75.        Compiler.  This makes for significantly smaller executables and faster
  76.        performance.
  77.  
  78. //////////////////////////////////////////////////////////////////////////////
  79.  
  80. Version 1.50 (March 12, 1993)
  81.  
  82.    NEW FEATURES:
  83.        As promised, I've got plenty of goodies for those who enjoy working
  84.        with programmable cards.  (New users please note, you don't *have*
  85.        to program in Orpheus.  However, the Orpheus Command Language makes it
  86.        easy to achieve special effects with both text and graphics.  These
  87.        features are explained and illustrated in MANUAL2.DOC.
  88.      - The text() command replaces message(), letting you display up to 23
  89.        lines of text with a maximum length of 74 characters in a temporary
  90.        window.  Parameters give you control over the location and appearance
  91.        of the window, even how long it remains onscreen.  This is ideal for
  92.        those small notes that you don't want to place on a separate card, or
  93.        for things you want to display side-by-side with other text.
  94.      - The lookfor() command lets you check to make sure the user has a
  95.        required file.  Sets a flag to "okay" or "failed" accordingly, which
  96.        you can test and respond to the same as with trymode().
  97.      - The gbox() command lets you draw a filled rectangle in any graphics
  98.        mode, in the color of your choice.  Coordinates can be given in pixels
  99.        or character cells (like text mode).  Gbox() is ideal for setting up a
  100.        window in which to display graphics text; it can also be used to draw
  101.        boxes around small images.
  102.      - The gtext() command lets you display text in any graphics mode.
  103.        Currently only the hardware (ROM) characters are available -- the same
  104.        as you see in text mode -- but in a few weeks we'll have a choice of
  105.        bit-mapped fonts as well.
  106.      - Multiple graphics can be displayed simultaneously by using the set()
  107.        command to turn off fadein and fadeout.  You can even set the video
  108.        mode, draw a graphics box with gbox(), then call graphic() to display
  109.        an image inside the box.
  110.      - The load() command lets you load a whole new book!  For example, you
  111.        could have a trilogy of electronic novels, and in each one include
  112.        a little menu with Action links through which the user can go directly
  113.        to one of the others.
  114.      - The jump() command now accepts a number representing the card from
  115.        which you can "pretend" to have jumped, useful if repeatedly returning
  116.        to a Contents or Menu card where you would like the last-used linkword
  117.        to be hilited on return.
  118.      - Now ansi screens can have hotspots!  The rules are the same as for
  119.        putting hotspots in real graphics; see MANUAL2.DOC for details.
  120.      - The FileView window now offers a super-fast way to import text from
  121.        long external files.  Selecting "AutoMark" instantly marks a full
  122.        23-line block.  The prompt then turns to "AutoMORE", and if you select
  123.        it again, Orpheus automatically appends a More link to the card in
  124.        the current Edit window, jumps to it in the background, and copies in
  125.        the block from FileView.  In other words, pressing <A> twice grabs a
  126.        23-line chunk and adds it to your work in a brand new card.  (You could
  127.        do the same thing with a macro, but this is faster.)  AutoMark even
  128.        lets you grab only as much as you want by resizing the block with the
  129.        Up/Down and PgUp/PgDn keys.
  130.  
  131.    FIXES:
  132.      - In multi-card procedures (like Split) where OH.EXE used an extra
  133.        Edit window for working, a non-updated copy of a card that had been
  134.        changed could be "restored" to the work window when the procedure was
  135.        finished.  This little logic error caused the "card not found" syndrome
  136.        that especially bedevilled new users.  Fixed.
  137.      - If Split Above was used when the original parent card's link to the
  138.        current card was through a More link, the More link wouldn't be
  139.        updated to point to the card inserted between them.  Now it does.
  140.        In some circumstances it was possible for an updated card to be
  141.        deleted on the assumption that its name had changed; fixed that too.
  142.      - In the Reader, the mouse would be temporarily hidden if you accepted
  143.        a jump to the auto bookmark.  Also, on some displays there was a
  144.        problem with ghosting of the mouse pointer on graphics.  Both fixed.
  145.      - Better handling of the graphic titlebar in 2-color modes.
  146.      - Unlinked cards weren't being removed from the project list.  Fixed.
  147.      - As a protection against running out of disk space during a compile,
  148.        the compiler checks for a previously compiled version of the project
  149.        (in the current directory only), and if one is found, deletes it.
  150.        It then makes a generous estimate of the amount of disk space it
  151.        will need and compares this with the free space on your hard drive; if
  152.        there might not be enough it says so and aborts the process.
  153.      - Tabbing now goes to the correct location instead of one column too
  154.        far right.  While correcting this I noticed that pressing Shift-Tab
  155.        to do a backtab didn't work correctly, though Ctrl-H did.  Fixed.
  156.      - With 25-line cards in the Reader, the "quick menu" that comes on
  157.        automatically when the mouse pointer is in the upper left corner
  158.        was not being cleared when the pointer moved away.  Fixed.
  159.      - Though no one complained about OH.EXE freezing on a system without
  160.        a mouse, it must have been happening.  Fixed.
  161.      - In the Reader, the default setting for a new user should have been
  162.        Auto-Bookmark ON.  Additionally, if a new book was opened with built-in
  163.        colors the user should have seen them.  Both were little things that
  164.        hadn't been hooked up; now they are.
  165.      - If you marked a block in FileView, switched to an Edit window, then
  166.        returned to FileView without doing anything, the block would no longer
  167.        be displayed as marked.  Now it is.
  168.      - The Project Menu was losing a bracket.  Fixed.
  169.  
  170.    OTHER CHANGES:
  171.      - Formerly you couldn't make an Init off an intended Homecard until you
  172.        had made at least one other link.  Now you can.
  173.      - Compiler no longer makes a .CMP file.  If you have any files with this
  174.        extension in your Orpheus directory you can delete them.
  175.      - The play() command now requires that the music string be enclosed in
  176.        quotation marks; this is to make usage coherent with other commands,
  177.        and to facilitate some upcoming enhancements.
  178.      - The hotspot() command also requires that the data string be enclosed
  179.        in quotation marks, but some other changes make it *imperative* that
  180.        you redraw all hotspots and let Orpheus enter the new data for you.
  181.        MANUAL2.DOC explains how to convert painlessly.
  182.      - The jump() and jumplist() commands now receive card numbers in decimal
  183.        form as shown on the File Menu, and the list is now preceded by a
  184.        comma (like other parameters), rather than by an "=" sign.
  185.      - On the Split Link submenu, the default selection is now the most
  186.        common one, "Below This Card".
  187.      - OH.CFG now records your favorite mouse-marking configuration, as set
  188.        by moving the mouse pointer to the space to the left of the title
  189.        on the statusbar.  (Remember to open the Options Menu and select
  190.        "Save Configuration File".)
  191.      - The waitfor() command now accepts a mouseclick as well as a keypress,
  192.        but only if either (a) the delay parameter is at least 54 (3 seconds),
  193.        or (b) no delay parameter is given.
  194.      - The directory picklist in FileView now remembers the previous drive/
  195.        directory you were in.  Additionally, you can now change drives with
  196.        a click of the mouse.  (The keyboard method is to press Ctrl with the
  197.        drive letter.)
  198.      - In the Reader, the Notepad dialog now displays "Alt" on the prompt line
  199.        to indicate that the command letters are given in combination with
  200.        the ALT key.
  201.      - Removed the mouse interface from BoxDraw.  It was hard to use and a
  202.        waste of code.
  203.      - The FileView window no longer has its own menu, since all functions
  204.        are now on the command bar for speed.
  205.  
  206. /////////////////////////////////////////////////////////////////////////////
  207.  
  208. Version 1.41 (February 3, 1993)
  209.  
  210.    NEW FEATURES:
  211.      - The Reader now has a Tour mode (accessed through the File Menu).  Gives
  212.        a self-running tour of your complete book.  Options include time delay
  213.        between moves (1-99 seconds), random/sequential order, advance after
  214.        delay or after keypress or either one.  Once started, Tour mode only
  215.        stops if you press Alt-T.  (Self-running tours are great for lobbies,
  216.        store windows, and other public displays.)  Tour Mode does not access
  217.        Init and Action cards, since they could contain commands that would
  218.        interrupt the tour.
  219.      - Reader options now include ability to ignore the Auto-Bookmark when
  220.        you re-open a book.
  221.  
  222. /////////////////////////////////////////////////////////////////////////////
  223.  
  224. Version 1.32 (January 21, 1992)
  225.  
  226.    NEW FEATURES:
  227.      - The Orpheus Command Language lets you write command scripts (similar to
  228.        batch files) in any Init, Action, or Graphic card.  Scripts can test
  229.        conditions (such as the user's hardware) and take alternate branches.
  230.        The language is designed to be easy to use yet swift in performance,
  231.        and easily extended:  new commands will come in forthcoming releases.
  232.        A complete guide to OCL is given in Part II of the User's Guide, in
  233.        the file MANUAL2.DOC.
  234.      - Orpheus now looks for graphic files first in the current directory,
  235.        then in a directory specified with the ORPHEUS environment variable
  236.        and a /g switch.  The following DOS command (given either at the DOS
  237.        prompt or in a batch file) would tell Orpheus to look in the c:\art
  238.        directory:   "SET ORPHEUS=/GC:\ART".  Both the environment variable
  239.        and the switch may be in uppercase or lowercase.  (This feature applies
  240.        to both OH.EXE and the Orpheus Reader.
  241.      - Now you can display ANSI files from Orpheus, and the user's system
  242.        does not have to have ansi.sys installed.  Files are located using
  243.        the same method as for graphics described above.
  244.      - Now you can load a file into the FileView window from the command line,
  245.        using the "/v" switch.  For example:  "OH TEST /VMANUAL.DOC" would
  246.        load both the "Test" project in the Edit windows and MANUAL.DOC in
  247.        the FileView window.  The command "OH /VMANUAL.DOC" would do just
  248.        the latter, leaving the Edit windows empty.
  249.      - Added Alt-S as a hotkey to the Search Dialog in the FileView window.
  250.        (In Edit windows, this pulls down the Search Menu.)
  251.      - If you close a book and then re-open it later, the Reader now returns
  252.        automatically to the last location you were in (or rather gives you
  253.        the option to do so after first displaying the Homecard).
  254.      - Added Nordic characters to the support for foreign languages.  See
  255.        online help, Using The Keyboard -> Inserting Accents.
  256.      - Added "Edit Init" to the Link Menu, which is rearranged to group the
  257.        programmable card types.
  258.      - Added two debugging tools available through the Tools Menu, which now
  259.        has submenus under "Repair" and "Jumplist".
  260.      - Additional color options, including ability to compile a book with your
  261.        colors built-in.  The end-user can still set his own colors, but he
  262.        sees yours first.  To make this more manageable the menu system in
  263.        the Orpheus Reader now has 2 pulldowns, "File" and "Options".  You
  264.        can choose the default colors, your own, or the author's.  (The "Paint"
  265.        colors are intended for use with a script command, to be added later.)
  266.      - Reader options now allow you to turn off sound.  This will become
  267.        more important as the Command Language grows.
  268.  
  269. /////////////////////////////////////////////////////////////////////////////
  270.  
  271. Version 1.24 (November 22, 1992)
  272.  
  273.    NEW FEATURES:
  274.      - Opening the menu system with the mouse, or with Esc, now pulls down
  275.        whichever menu was used last.  To open the menus with the mouse you
  276.        now click the left button on "Esc:Menu" (not the right button).
  277.      - Now you can mark all text in a card in one stroke with Ctrl-F5; good
  278.        for all block operations except reformat.
  279.      - At last!  Complete mouse support for all block operations!  The right
  280.        button marks in your choice of stream, line, or column modes; clicking
  281.        the right button clears an existing mark.  Clicking the left button
  282.        performs your choice of pasting, moving, or framing a block; if framing
  283.        is selected and you mouse-mark in column mode, the Frame dialog pops
  284.        up automatically.  To select mode and action, slip the mouse pointer
  285.        to the message area on the statusbar, to the left of the title.
  286.  
  287. /////////////////////////////////////////////////////////////////////////////
  288.  
  289. Version 1.23 (November 9, 1992)
  290.  
  291.    NEW FEATURES:
  292.      - New on the Print Options submenu of OH.EXE:  you can enter a printer
  293.        setup string for Orpheus to send to the printer before a global print
  294.        or every one-card print.  This is also on the Print submenu of
  295.        the Orpheus Reader.  Additionally, both programs let you choose between
  296.        removing and not removing control codes (see below) from the print
  297.        stream.
  298.      - New characters!  Instead of reserving all 31 control codes (characters
  299.        with an ascii value of 1-31), Orpheus now lets you use 18 of them in
  300.        your text.  Characters include:  the card suits, musical notes, male/
  301.        female symbols, true arrows, etc.  The complete list is shown in the
  302.        Ascii Table (Alt-A).
  303.      - Music!  Play() command lets you play music from an Init or Action card.
  304.        For music to play automatically when the reader enters a card, place
  305.        the Play() command in an Init; for music to play only when the user
  306.        selects an Action link, place the command in the Action card.
  307.  
  308. /////////////////////////////////////////////////////////////////////////////
  309.  
  310. Version 1.22 (October 30, 1992)
  311.  
  312.    NEW FEATURES:
  313.      - The Orpheus Reader is now network-friendly:  a user can be on one
  314.        drive-directory, the Reader and its help file on another, and the
  315.        book to read on yet another.  The user's personal configuration,
  316.        bookmark, and notepad files are saved in his own directory.
  317.      - Also in the Reader, the directory dialog now lets you look for HTX
  318.        files anywhere on your system.
  319.  
  320. /////////////////////////////////////////////////////////////////////////////
  321.  
  322. Version 1.21 (October 9, 1992)
  323.  
  324.    NEW FEATURES:
  325.      - Now you can launch a program or batch file from within OH.EXE (not just
  326.        from the Reader).  See Action Links on the Link Menu, and read Help
  327.        on Programming Hypertext.
  328.      - Special support for users working in languages other than English.
  329.        Read online Help on "Using the Keyboard"->"Inserting Accents", or
  330.        open the Options Menu and select "Keyboard".
  331.      - Added Delete Word Left (Ctrl-Backspace) to OH.EXE's internal word
  332.        processor.
  333.      - Added an Ascii Table displaying all characters with their ascii values,
  334.        from 32 (space) up to 255.  (Values below 32 are control codes
  335.        reserved for use by Orpheus.)  Any character on the table can be
  336.        inserted by clicking on it, or by selecting it with the arrow keys and
  337.        pressing Enter.
  338.  
  339. /////////////////////////////////////////////////////////////////////////////
  340.  
  341. Version 1.20 (October 2, 1992)
  342.  
  343.    NEW FEATURES:
  344.       - Instant macros with keyboard recording.  Record up to 500 keystrokes
  345.         in up to 10 keystroke macros and assign to the keys of your choice.
  346.         See "Macro" on the Tools Menu.
  347.       - All cards in a book can now be displayed within a "frame" (box), using
  348.         the style of your choice.  See "Frame" on the Project Menu.
  349.       - The Edit Menu now includes Column Marking, and all block ops can now
  350.         be performed on column blocks, including deleting, pasting, moving,
  351.         and moving a block with embedded links to another card.
  352.       - Instant boxes!  Mark a column block and then press Ctrl-F9:  the
  353.         Frame Dialog pops up with a choice of 6 styles.  Want to change the
  354.         the style of an existing box?  -- Easy: column-mark it and hit
  355.         Ctrl-F9, then just pick a different style or select "None" to remove
  356.         the box entirely.  See "Frame Block" on the Tools Menu.
  357.  
  358.